home *** CD-ROM | disk | FTP | other *** search
- /*
- File: StatusDatabase.h
-
- Copyright: © 1991-1994 by Apple Computer, Inc.
- All rights reserved.
-
- Part of the AOCE Sample SMSAM Package. Consult the license
- which came with this software for your specific legal rights.
-
- */
-
-
-
- #ifndef __STATUSDATABASE__
- #define __STATUSDATABASE__
-
- #ifndef __RAMTUPLEDATABASE__
- #include "RAMTupleDatabase.h"
- #endif
-
- #endif
-